找传奇、传世资源到传世资源站!
PHP/PHP网站 正文

PHP电商网站源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

PHP电商网站源码
from clipboard from clipboard $username=$_POST['username'];
$password=md5($_POST['password']);
$repassword=md5($_POST['rpassword']);
$fcode=strtolower($_POST['code']);
$vcode=strtolower($_SESSION['vcode']);

if($fcode==$vcode){
if($password==$repassword){
$sql="insert into user(username,password) values('{$username}','{$password}')";
if(mysql_query($sql)){
$_SESSION['home_username']=$username;
$_SESSION['home_userid']=mysql_insert_id();
echo "<script>location='person/index.php'</script>";
}
}else{
echo "<script>location='register.php'</script>";
}
}else{
echo "<script>location='register.php'</script>";
}
.
├── admin
│   ├── adminpass.php
│   ├── adminupdate.php
│   ├── advert
│   │   ├── add.php
│   │   ├── delete.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   ├── insert.php
│   │   └── update.php
│   ├── brand
│   │   ├── add.php
│   │   ├── delete.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   ├── insert.php
│   │   └── update.php
│   ├── check.php
│   ├── class
│   │   ├── add.php
│   │   ├── delete.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   ├── insert.php
│   │   └── update.php
│   ├── comment
│   │   ├── delete.php
│   │   └── index.php
│   ├── indent
│   │   ├── code.php
│   │   ├── delete.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   ├── touch.php
│   │   └── update.php
│   ├── index.php
│   ├── left.php
│   ├── lock.php
│   ├── login.php
│   ├── logout.php
│   ├── public
│   │   ├── css
│   │   │   ├── Default.css
│   │   │   ├── User_Login.css
│   │   │   ├── index.css
│   │   │   └── xtree.css
│   │   ├── img
│   │   │   ├── user_all_bg.gif
│   │   │   ├── user_bottom_c.gif
│   │   │   ├── user_bottom_l.gif
│   │   │   ├── user_bottom_r.gif
│   │   │   ├── user_botton.gif
│   │   │   ├── user_login_name.gif
│   │   │   ├── user_login_password.gif
│   │   │   ├── user_login_validatecode.gif
│   │   │   ├── user_main_c.gif
│   │   │   ├── user_main_l.gif
│   │   │   ├── user_main_r.gif
│   │   │   ├── user_top_c.gif
│   │   │   ├── user_top_l.gif
│   │   │   ├── user_top_r.gif
│   │   │   └── welcome.jpg
│   │   └── js
│   │       └── jquery.js
│   ├── right.php
│   ├── shop
│   │   ├── add.php
│   │   ├── delete.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   ├── insert.php
│   │   └── update.php
│   ├── status
│   │   ├── add.php
│   │   ├── delete.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   ├── insert.php
│   │   └── update.php
│   ├── top.php
│   └── user
│       ├── add.php
│       ├── delete.php
│       ├── edit.php
│       ├── index.php
│       ├── insert.php
│       └── update.php
├── admin.php
├── home
│   ├── cart
│   │   ├── add.php
│   │   ├── clear.php
│   │   ├── cut.php
│   │   ├── delete.php
│   │   ├── index.php
│   │   └── insert.php
│   ├── check.php
│   ├── class.php
│   ├── footer.php
│   ├── header.php
│   ├── index.php
│   ├── login.php
│   ├── logout.php
│   ├── msyh.ttf
│   ├── person
│   │   ├── index.php
│   │   ├── orderlist.php
│   │   ├── useradd.php
│   │   ├── userdel.php
│   │   ├── useredit.php
│   │   ├── userinsert.php
│   │   ├── userlist.php
│   │   └── userupdate.php
│   ├── public
│   │   ├── css
│   │   │   └── index.css
│   │   ├── img
│   │   │   ├── ads1.jpg
│   │   │   ├── ads2.jpg
│   │   │   ├── cart.jpg
│   │   │   ├── fenmu.jpg
│   │   │   ├── login.jpg
│   │   │   ├── logo.png
│   │   │   ├── logo2.png
│   │   │   ├── shop.jpg
│   │   │   └── useradd.jpg
│   │   └── js
│   ├── reginsert.php
│   ├── register.php
│   ├── shop.php
│   └── vcode.php
├── index.php
├── public
│   ├── common
│   │   ├── config.php
│   │   └── function.php
│   ├── css
│   ├── img
│   ├── js
│   └── uploads
│       ├── 14519648451783919813.jpg
│       ├── 14519674771654552059.jpg
│       ├── 14519674881925629022.jpg
│       ├── 14520429461129209745.jpg
│       ├── 1452049548213063468.jpg
│       ├── 1452049560654634541.jpg
│       ├── 1452049587785546704.jpg
│       ├── 14520495961653442515.jpg
│       ├── 14520496101564326695.jpg
│       ├── 14520496221421192279.jpg
│       ├── 1452049634324930230.jpg
│       ├── 14520496501917620655.jpg
│       ├── 14520496631614631964.jpg
│       ├── 14520496781551893387.jpg
│       ├── 1452049689602514996.jpg
│       ├── 14520497001386168760.jpg
│       ├── 1452049709102494745.jpg
│       ├── 14520497182059454006.jpg
│       ├── 14520497361989953450.jpg
│       ├── 14520497501558029486.jpg
│       ├── 14520497611723339328.jpg
│       ├── 14520497701236655768.jpg
│       ├── 1452049780331245533.jpg
│       ├── 1452053140381209942.jpg
│       ├── 1452053159667678475.jpg
│       ├── 1452053170824507242.jpg
│       ├── 14520531781358169586.jpg
│       ├── 14520531901916772613.jpg
│       ├── 14520633451347695388.jpg
│       ├── thumb_14519648451783919813.jpg
│       ├── thumb_14519674771654552059.jpg
│       ├── thumb_14519674881925629022.jpg
│       ├── thumb_14520429461129209745.jpg
│       ├── thumb_1452049548213063468.jpg
│       ├── thumb_1452049560654634541.jpg
│       ├── thumb_1452049587785546704.jpg
│       ├── thumb_14520495961653442515.jpg
│       ├── thumb_14520496101564326695.jpg
│       ├── thumb_14520496221421192279.jpg
│       ├── thumb_1452049634324930230.jpg
│       ├── thumb_14520496501917620655.jpg
│       ├── thumb_14520496631614631964.jpg
│       ├── thumb_14520496781551893387.jpg
│       ├── thumb_1452049689602514996.jpg
│       ├── thumb_14520497001386168760.jpg
│       ├── thumb_1452049709102494745.jpg
│       ├── thumb_14520497182059454006.jpg
│       ├── thumb_14520497361989953450.jpg
│       ├── thumb_14520497501558029486.jpg
│       ├── thumb_14520497611723339328.jpg
│       ├── thumb_14520497701236655768.jpg
│       ├── thumb_1452049780331245533.jpg
│       ├── thumb_1452053140381209942.jpg
│       ├── thumb_1452053159667678475.jpg
│       ├── thumb_1452053170824507242.jpg
│       ├── thumb_14520531781358169586.jpg
│       ├── thumb_14520531901916772613.jpg
│       └── thumb_14520633451347695388.jpg
└── 找例子网_shop15.zip

26 directories, 173 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复